Get Leader Daily Income Chart
Type: GET
Description: /v1/copy-trade-balance/public/copy-trade/leader-income-chart
Limit Flow Rules
2/s/ip
Parameters
Name | Type | Mandatory | Default | Description |
---|---|---|---|---|
accountId | number | Yes | Leader account id | |
days | number | No | 7 | Query days. Options: 7, 30, 90, 180 |
Response Example
Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": [
{
"amount": 0, // daily income amount
"id": "string", // id
"time": 0 // timestamp
}
]
}